A C D E F G I J L M N P R S T V W Y
All Classes All Packages
All Classes All Packages
All Classes All Packages
R
- Release - Class in MusicLandscape.entities
-
This class represents a release of a specific artist, like an album or a music video.
- Release() - Constructor for class MusicLandscape.entities.Release
-
Creates a default release.
A default release has default values for all fields (see there). - Release(String, Artist, int) - Constructor for class MusicLandscape.entities.Release
-
Create a release with a specific title of a specific artist in a specific year.
- Release(Release) - Constructor for class MusicLandscape.entities.Release
-
Creates a copy of a release.
This release is a deep copy of an existing release - the original. - removeTrack(int) - Method in class MusicLandscape.entities.Album
-
Removes a track from the track from the list of tracks.
- resetSetList() - Method in class MusicLandscape.entities.Concert
-
removes all tracks from the setlist
All Classes All Packages